| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetAnimationSetting function to get the current state of an animation setting for an object node.
OSErr QTVRGetAnimationSetting (
QTVRInstance qtvr,
QTVRObjectAnimationSetting setting,
Boolean *enable);
The QTVRGetAnimationSetting function returns, through the enable parameter, the current state of the animation setting specified by the setting parameter for the object node specified by the qtvr parameter. If enable is true , the specified setting is currently enabled; otherwise, that setting is disabled.
Use QTVRSetAnimationSetting (next) to set the state of an animation setting for an object node.
| Previous | Chapter contents | Chapter top | Section top | Next |